From: Arne Heizmann Date: Sat, 14 Aug 2004 06:40:14 +0000 (+0000) Subject: slight bugfix to patrol feature, thanks to maveric149 for finding it X-Git-Tag: 1.5.0alpha1~2374 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=31d5be7b78722c645b6db7d70760d872f1c25b8d;p=lhc%2Fweb%2Fwiklou.git slight bugfix to patrol feature, thanks to maveric149 for finding it --- diff --git a/includes/Article.php b/includes/Article.php index 21fe0b3df7..7fedeee6ad 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1063,7 +1063,7 @@ class Article { # Mark this particular edit as patrolled function markpatrolled() { - global $wgOut, $wgRequest, $wgOnlySysopsCanPatrol, $wgUseRCPatrol; + global $wgOut, $wgRequest, $wgOnlySysopsCanPatrol, $wgUseRCPatrol, $wgUser; $wgOut->setRobotpolicy( 'noindex,follow' ); if ( !$wgUseRCPatrol )